/*************************/

.home-banner-design {
    position: relative;
}

.home-banner-design::before {
    clip-path: polygon(100% 0, 100% 30%, 42% 100%, 0 100%, 0 0);
    background: linear-gradient(to right, #f9f9f9, #f1e9db);
    z-index: -1;
    position: absolute;
    top: 0px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 100%;
    content: "";
}

/* .clients-section .logo-img{
  position:relative;
} */

.clients-section .logo-img img {
  padding: 15px;
  object-fit: contain;
  width: 250px;
  height: auto;
}

/* .clients-section .logo-img::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 220px;
  height: 50px;
  background-color: rgb(128 128 128 / 18%);
} */

.clients-section {
    background: #e2dfdf;
}

.portfolio-section.technologies .nav-tabs li.active a {
    color: #dd10bc;
}

.portfolio-section.technologies .nav-tabs li.active {
    border-bottom: 3px solid #dd10bc;
}

.portfolio-section.technologies .box {
    text-align: center;
    padding: 10px;
    border: 1px solid #dfdfdf;
}

.portfolio-section.technologies .box img {
    height: 46px;
    max-width: 130px;
    object-fit: contain;
    /* width: 55px; */
}

.portfolio-section.technologies .box:hover {
    box-shadow: 0 0 15px -4px #d9d9d9 !important;
}

.home-banner-design .main-heading {
    line-height: 1;
}

.home-banner-design .explain {
    line-height: 1.5;
}

.home-third-section .container span.typed-text {
    color: #cc9718;
    font-size: 45px;
}
.home-third-section .container span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 2px;
    animation: blink 1s infinite;
}
.home-third-section .container span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }
    49% {
        background-color: #ccc;
    }
    50% {
        background-color: transparent;
    }
    99% {
        background-color: transparent;
    }
    100% {
        background-color: #ccc;
    }
}

.home-third-section img {
    height: 100px;
    margin-bottom: 10px;
}

.testimonial-section .testimonial-carousel {
    margin: 0 -7px;
}
.testimonial-section .testimonial-carousel .testimonial {
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 9px;
    padding-top: 38px;
    margin: 70px 7px 34px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2),
        0 15px 10px -15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.testimonial-section .testimonial-img {
    width: 58px;
    position: absolute;
    top: -36px;
}

.testimonial-section
    .testimonial-carousel
    .testimonial
    .testimonial-description {
    min-height: 200px;
    line-height: 1.7;
    border-bottom: 1px solid #474747;
}

.portfolio-carousel .portfolio-img {
    width: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2),
        0 15px 10px -15px rgba(0, 0, 0, 0.3);
    height: 230px;
    width: auto;
    object-fit: contain;
    /* width: 100%;

  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 15px 10px -15px rgba(0, 0, 0, 0.3); */
}

.portfolio-carousel a {
    margin: 0 10px;
    padding: 10px;
}

.testimonial-section .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    transition: all 0.4s ease-in-out;
}
.testimonial-section .slick-slide,
.testimonial-section
    .slick-slide[aria-hidden="true"]:not(.slick-cloned)
    ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.testimonial-section .slick-center,
.testimonial-section
    .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
    + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
}
.testimonial-section .slick-current.slick-active {
    transform: scale(1.1);
}

.testimonial-section .slick-prev {
    left: 0px;
}

.testimonial-section .slick-next {
    right: 0px;
}

.testimonial-carousel .slick-next:before,
.testimonial-carousel .slick-prev:before {
    color: #4d4c4c;
    font-size: 33px;
}

.testimonial-carousel .slick-dots li button:before {
    font-size: 11px !important;
}

.testimonial-carousel .slick-dots {
    bottom: -28px !important;
}

/******************About us Page*********************/
.about-page-support .box {
    min-height: 208px;
    background-color: #fff;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.11);
    padding: 25px 20px;
    padding-top: 20px;
    background: #fff;
    transition: all 0.2s cubic-bezier(0.17, 0.38, 0.45, 0.85);
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

.about-page-support .box:hover {
    box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
    transform: scale(1.1);
}

.about-page-last-sec {
    background-image: url(https://primal7movement.com/cdn/shop/files/about_bg.png?v=1614312806);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-page-last-sec .box {
    background-color: #fff;
}

/*************Portfolio******************/

.portfolio-section .portfolio-box {
    display: block;
    width: 100%;
}

.portfolio-section .portfolio-box .portfolio-img {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 232px;
    object-fit: cover;
    transition: transform 0.2s ease;
    object-position: top;
    box-shadow: rgba(0, 0, 0, 0.07) 0 0.83px 0.57px 0,
        rgba(0, 0, 0, 0.106) 0 2.14px 2.81px 0,
        rgba(0, 0, 0, 0.106) 0 4.71px 7.71px 0,
        rgba(0, 0, 0, 0.094) 0 9.81px 16.21px 0,
        rgba(0, 0, 0, 0.12) 0 21px 29px 0;
}

.portfolio-section .portfolio-box > div {
    position: relative;
    z-index: 0;
    white-space: nowrap;
    padding-bottom: calc(205 / 334 * 100%);
    overflow: hidden;
}

.portfolio-box-content {
    position: relative;
}

.portfolio-box-content .hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    justify-content: flex-end;

    background: rgba(255, 255, 255, 0.8);
    opacity: 0;

    transition: z-index 0.3s ease, opacity 0.3s ease-in-out;
}

.portfolio-box-content:hover .hover {
    z-index: 2;
    opacity: 1;
}

.portfolio-box-content:hover img {
    transform: scale(1.05);
}

.portfolio-box-content .btn1 {
    display: block;
    width: 286px;
    height: 48px;
    line-height: 48px;
    background: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 auto 28px;
    transition: background 0.3s ease;
}

.portfolio-box-content .btn2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.28571em;
    color: #000;
    text-transform: uppercase;
    margin: 0 auto 36px;
}

.portfolio-section .nav-tabs {
    display: flex;
    list-style: none;
    padding-left: 0px;
}

.portfolio-section .nav-tabs li {
    padding: 0 28px 5px 28px;
    border-bottom: 1px solid #dedede;
    font-size: 17px;
    font-weight: 500;
}
.portfolio-section .nav-tabs li.active {
    border-bottom: 3px solid #dd5510;
}

.portfolio-section .nav-tabs li.active a {
    color: #dd5510;
    font-weight: 700;
}

.portfolio-section .rep-btns .btn-1 {
    padding: 10px 19px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    width: calc(1.2 / 3 * 100%);
}

.portfolio-section .rep-btns .btn-2 {
    padding: 10px 15px;
    text-align: center;
    width: calc(2 / 3 * 100%);
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: rgb(0 0 0 / 7%);
}
.data-driven-section {
    background-color: #f5faff;
    position: relative;
}

.data-driven-section::before {
    background-image: url(https://res.cloudinary.com/hevo/image/upload/v1654344477/hevo-website/hevo-pipeline/abstract-bg/pipeline-feature-section-abstract-left_jnk2ma.svg);
    left: 0;
    top: 0;
    width: 178px;
    height: 260px;
    position: absolute;
    content: "";
}
/************************/
.contact-page-support .box {
    min-height: 220px;
    background-color: #fff;
    box-shadow: -2px 5px 20px 1px rgb(216 212 203);
    padding: 25px 20px;
    position: relative;
    background: #fff;
    transition: all 0.2s cubic-bezier(0.17, 0.38, 0.45, 0.85);
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    border-bottom: 5px solid #d4dcd4;
}

.contact-page-support .box i {
    position: absolute;
    top: -27px;
    padding: 20px;
    background: white;
    font-size: 28px;
    box-shadow: -1px 1px 8px 0px rgb(204 202 198);
    border-radius: 50%;
    background: white;
    color: #56534c;
}

.contact-us-form input,
.contact-us-form textarea {
    border: #e0e0e0 1px solid;
    padding: 9px 20px;
    font-size: 18px;
}

.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
    color: rgb(44, 43, 43);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    padding: 3px 0px;
}

.form-section {
    position: relative;
    z-index: 1;
}
.form-section::before {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: calc(100% - 30%);
    content: "";
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.name-container {
    max-height: 223px;
    overflow: hidden;
}

.portfolio-modal .features-points p {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin: 0px 3px 10px;
    color: #474747;
    border: 1px solid grey;
}

.features-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Our services */

.side-nav-tabs .tabs-container {
    position: fixed;
    right: 50px;
    z-index: 1;
    transition: all 0.2s;
    max-width: 18vw;
}

.side-nav-tabs .tabs-container ul li {
    font-size: 15px;
    border-left: 2px solid grey;
    padding-left: 10px;
}

.side-nav-tabs .tabs-container ul li.active a {
    color: rgb(0, 0, 0);
    padding-left: 5px;
    transition: 0.5s ease-in-out;
    font-size: 15px;

    font-weight: 700;
}

.side-nav-tabs .tabs-container ul li.active {
    border-left: 2px solid rgb(204, 151, 24);
}

.our-services-page .box {
    min-height: 290px;
    border: 1px solid rgb(238, 238, 238);
    padding: 25px 20px;
    padding-top: 20px;
    background: #fff;
    transition: all 0.2s cubic-bezier(0.17, 0.38, 0.45, 0.85);
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

.our-services-page .box:hover {
    box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
    transform: scale(1.02);
}

.our-services-page .heading {
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
}

.our-services-page .heading::after {
    position: absolute;
    bottom: -8px;
    width: 70px;
    height: 2px;
    background-color: #cc9718;
    left: 39%;
    content: "";
}

/*  */

.price-section {
    position: absolute;
    right: 30px;
    background: #fff;
    z-index: 6;
    box-shadow: 0 2px 24px rgba(110, 123, 129, 0.2);
    top: -75px;
}

.seo-plans-sec {
    text-align: center;
    padding: 98px 0 30px;
    position: relative;
    z-index: 0;
}

.seo-plans-sec:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 61%;
    background: url(https://caportal.saginfotech.com/wp-content/themes/caportal/new-design/images/pricing-dots.webp)
        repeat-x 0 0 #edf9f8;
    z-index: -1;
}
.seo-pricing-table {
    text-align: left;
    display: flex;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 2px 24px rgba(110, 123, 129, 0.2);
    background-color: #fff;
    margin: 0 auto 64px;
}
.seo-pricing-item {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.seo-item-include {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.seo-head {
    text-align: center;
    background-color: #00316a;
    position: relative;
    padding: 40px 32px 30px;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    border-radius: 30px 0 0 0;
}
.seo-body {
    border-right: 1px solid #bdbdbd;
    flex-grow: 1;
    padding: 24px 40px 32px;
    margin-bottom: auto;
}
.seo-foot {
    border-right: 1px solid #bdbdbd;
    padding: 0 40px 40px;
    text-align: center;
}

.seo-item-body {
    padding: 64px 40px 20px;
    flex-grow: 1;
    margin-bottom: auto;
}
.seo-item-foot {
    padding: 0 40px 40px;
    text-align: center;
    margin-top: auto;
}
.seo-head h3 {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.018em;
    text-transform: uppercase;
    color: #fff;
}
.seo-head p.stitle {
    margin: 0 0 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -0.0045em;
    color: #fff;
}
.seo-head p.price {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.018em;
    color: #ffc107;
}
.seo-body h4 {
    font-size: 24px;
    line-height: 1.333em;
    letter-spacing: -0.018em;
    margin-bottom: 16px;
    font-weight: 600;
}
.seo-body-card {
    margin-bottom: 24px;
}
.seo-body-card-title {
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.0045em;
    color: #000;
    display: flex;
    margin: 0 0 16px;
}
.seo-body-card-title img {
    margin-right: 16px;
    width: 48px;
    height: auto;
}
.seo-body-card-text p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #000;
}

.seo-item-body {
    padding: 64px 40px 20px;
    flex-grow: 1;
    margin-bottom: auto;
}
.seo-item-body h4 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.018em;
    text-transform: uppercase;
}

.seo-item-body ul li {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #000;
}

.seo-item-body ul li:before {
    content: "";
    background: url("https://caportal.saginfotech.com/wp-content/themes/caportal/new-design/images/check-circle.webp")
        no-repeat center #d4efe2;
    color: #26b16d;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.vision-section-container {
    border-radius: 30px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 420px;
    position: relative;
    z-index: 2;
    padding: 30px;
}
.vision-section-container::after {
    position: absolute;
    content: "";
    width: 111px;
    height: 110px;
    bottom: -36px;
    right: 50px;
    content: "";
    background: url(https://quixta.in/wp-content/uploads/2023/03/Group-11.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 8;
}
.second-container {
    position: relative;
}

.vision-section-container::before {
    z-index: -2;
    position: absolute;
    border-radius: 30px;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #f5f6f7;
}

.second-container::before {
    position: absolute;
    content: "";
    width: 111px;
    height: 110px;
    top: -39px;
    left: -42px;
    content: "";
    background: url(https://quixta.in/wp-content/uploads/2023/03/Group-11.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -5;
}

.stick-social-icons {
    position: fixed;
    left: 10px;
    width: 50px;
    height: 120px;
    bottom: 30%;
    z-index: 5;
    display: none;
}

.stick-whatsapp-icon {
    position: fixed;
    left: 10px;
    width: 50px;
    height: 70px;
    z-index: 999;
    bottom: 2%;
}

.stick-social-icons i {
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    padding: 7px 9px;
    margin-bottom: 7px;
    line-height: normal;
}

.stick-social-icons i:hover {
    filter: brightness(0.8);
}

.stick-social-icons .linkedin i {
    background-color: rgb(0 123 181);
}

.stick-social-icons .instagram i {
    background-color: #8a3ab9;
}

.stick-social-icons .envelope i {
    background-color: rgb(136 137 144);
}

.int-page-division .side-nav-tabs .tabs {
    direction: ltr;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.side-nav-tabs .tabs li a {
    text-decoration: none;
    color: #000000;
    padding: 10px 0;
    display: block;
}

.price-section .price-container select {
    padding: 12px 42px 12px 24px;
    width: 187px;
    appearance: none;
    border: 1px solid #dadada;
    border-radius: 7px;
}

.price-section .price-container {
    position: relative;
}

.price-section .price-container label {
    position: absolute;
    top: -9px;
    left: 14px;
    content: "";
    background: #fff;
    font-size: 11px;
    padding: 0px 6px;
}

.dropdown-container {
    position: relative;
}
.dropdown-container label {
    position: absolute;
    top: -9px;
    font-size: 11px;
    left: 15px;
    padding: 0 5px;
    color: darkgrey;
    content: "";
    background: #fff;
}

div.mm-dropdown {
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 3px;
    width: 230px;
}

div.mm-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

div.mm-dropdown ul li,
div.mm-dropdown div.textfirst {
    padding: 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
}
div.mm-dropdown div.textfirst {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.mm-dropdown ul li:last-child {
    border-bottom: 0;
}

div.mm-dropdown ul li {
    display: none;
    cursor: pointer;
    padding-left: 25px;
}
div.mm-dropdown ul li:hover {
    background-color: rgb(245, 245, 246);
}

div.mm-dropdown ul li.main {
    display: block;
}

div.mm-dropdown ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.pricing-second-table .table_component table tr td {
    position: static;
    left: initial;
    background: #f9fafb;
}

.pricing-second-table .table_component table tr td:nth-child(1) {
    border-right: 1px solid #e8e8e8;
}

.pricing-second-table .table_component tr:nth-child(even) td {
    background-color: #fff;
}
.pricing-second-table .table_component table tr th:nth-child(1) {
    background-color: #00316a;
    color: #fff;
}
.pricing-second-table .table_component {
    padding: 0px;
}

.home-page-slide-section .circle {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 10px 0;
}

.home-page-slide-section .circle.active {
    background-color: #000;
}

.home-page-slide-section .accordion-container {
    width: 100%;
    padding-left: 100px;
}

.home-page-slide-section .accordion {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative;
}

.home-page-slide-section .accordion-tab {
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
}

.home-page-slide-section .accordion-content {
    display: none;
    padding: 10px;
    border-top: 1px solid #ccc;
}
#button {
    display: inline-block;
    background-color: #5d5c5c;
    width: 44px;
    height: 41px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 47px;
    right: 15px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 43px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
